Skip to content

Include new module ASCAT#606

Merged
FriederikeHanssen merged 37 commits intonf-core:devfrom
SusiJo:ascat
Jul 1, 2022
Merged

Include new module ASCAT#606
FriederikeHanssen merged 37 commits intonf-core:devfrom
SusiJo:ascat

Conversation

@SusiJo
Copy link
Copy Markdown
Contributor

@SusiJo SusiJo commented Jun 24, 2022

PR checklist

This PR addresses issue #100 and implements the allele-specific copy number caller ASCAT in sarek.

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
    • If you've added a new tool - add to the software_versions process and a regex to scrape_software_versions.py
    • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • If necessary, also make a PR on the nf-core/sarek branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint .).
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 24, 2022

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit f09de9a

+| ✅ 145 tests passed       |+
#| ❔   4 tests were ignored |#
!| ❗   2 tests had warnings |!
Details

❗ Test warnings:

  • readme - README did not have a Nextflow minimum version badge.
  • schema_description - No description provided in schema for parameter: ascat_chromosomes

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: assets/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-sarek_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy

✅ Tests passed:

Run details

  • nf-core/tools version 2.4.1
  • Run at 2022-07-01 13:25:42

@SusiJo
Copy link
Copy Markdown
Contributor Author

SusiJo commented Jun 24, 2022

This PR also fixes the docker.userEmulation closure that was not working properly and created files in the work dir with root permissions.

@SusiJo
Copy link
Copy Markdown
Contributor Author

SusiJo commented Jun 24, 2022

Let me know if i should add (uncommented) output files to the test.yml files. However, please note that unfortunately they cannot be run, since the testdata is too large for GHA.

@SusiJo
Copy link
Copy Markdown
Contributor Author

SusiJo commented Jun 24, 2022

Also please let me know if the ASCAT specific parameters min_base_qual, min_map_qual, skip_allele_counting_tumour, skip_allele_counting_normal should be added as new parameters to the pipeline as well.

@FriederikeHanssen
Copy link
Copy Markdown
Contributor

Let me know if i should add (uncommented) output files to the test.yml files. However, please note that unfortunately they cannot be run, since the testdata is too large for GHA.

Yes that would be great. Can you maybe a add a new file test_tools_manually that contain all the tests that should be run manually? ( so also the standard mutect test that fails)? Then we can get gha finally back to completely finish again. (The tags must be exclusive then though)

Copy link
Copy Markdown
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really great work!

Comment thread conf/modules.config Outdated
Comment thread conf/modules.config Outdated
Comment thread nextflow.config
Comment thread .github/workflows/ci.yml
Comment thread docs/usage.md
Comment thread workflows/sarek.nf Outdated
Comment thread workflows/sarek.nf Outdated
Comment thread conf/modules.config
@FriederikeHanssen
Copy link
Copy Markdown
Contributor

Also congrats on being the first person with a fully green test suite 😆 🎉

Comment thread nextflow.config
Comment thread conf/modules.config Outdated
Comment thread tests/test_tools.yml
@SusiJo SusiJo marked this pull request as ready for review June 29, 2022 11:25
@SusiJo SusiJo requested a review from maxulysse as a code owner June 29, 2022 11:25
Comment thread tests/test_tools.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants